home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 December / Designer's Club 1997 December.iso / pc / IDEASRC / House.Dir / 00014.ls < prev    next >
Encoding:
Text File  |  1997-11-12  |  89 b   |  8 lines

  1. on exitFrame
  2.   if rollOver(8) then
  3.     go(the frame)
  4.   else
  5.     go("start")
  6.   end if
  7. end
  8.